home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-14 / Vol E-14.iso / games / conce006.swf / scripts / DefineButton2_27 / BUTTONCONDACTION on(release).as
Text File  |  2014-03-11  |  80b  |  7 lines

  1. on(release){
  2.    if(Number(eval("/:Count")) < 2)
  3.    {
  4.       play();
  5.    }
  6. }
  7.